Opc.Ua.Core
ByteCollection Constructor(IEnumerable<Byte>)



Opc.Ua Namespace > ByteCollection Class > ByteCollection Constructor : ByteCollection Constructor(IEnumerable<Byte>)
A collection of System.Byte values to populate this collection with
Initializes the collection and populates it with the specified collection of Byte values
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of Byte) _
)
'Usage
 
Dim collection As IEnumerable(Of Byte)
 
Dim instance As New ByteCollection(collection)
public ByteCollection( 
   IEnumerable<byte> collection
)
public:
ByteCollection( 
   IEnumerable<byte>^ collection
)

Parameters

collection
A collection of System.Byte values to populate this collection with
Remarks
Initializes the collection and populates it with the specified collection of Byte values
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ByteCollection Class
ByteCollection Members
Overload List